// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr=0; cntr'; else document.write('
' + newTable.join('') + '
'); } }; }(); //METRO-WEB-19 TN_Widget.AddCss('http://site_01504_011.ticketsoftware.net/widget2Css/WidgetStyle1.css'); TN_Widget.CreateTable([['Dave Matthews Band','Gorge Amphitheatre','Quincy, WA','Friday','9/3/2010','6:00 PM','1291284','Dave-Matthews-Band-9-3-2010'], ['Dave Matthews Band','Gorge Amphitheatre','Quincy, WA','Saturday','9/4/2010','6:00 PM','1291285','Dave-Matthews-Band-9-4-2010'], ['Dave Matthews Band','Gorge Amphitheatre','Quincy, WA','Sunday','9/5/2010','6:00 PM','1291286','Dave-Matthews-Band-9-5-2010'], ['Dave Matthews Band','The Cynthia Woods Mitchell Pavilion','Spring, TX','Friday','9/10/2010','7:00 PM','1291287','Dave-Matthews-Band-9-10-2010'], ['Dave Matthews Band','Superpages.com Center','Dallas, TX','Saturday','9/11/2010','7:00 PM','1291288','Dave-Matthews-Band-9-11-2010'], ['Dave Matthews Band','Qwest Center','Omaha, NE','Tuesday','9/14/2010','7:00 PM','1291289','Dave-Matthews-Band-9-14-2010'], ['Dave Matthews Band','Xcel Energy Center','Saint Paul, MN','Wednesday','9/15/2010','7:00 PM','1291290','Dave-Matthews-Band-9-15-2010'], ['Dave Matthews Band & Jason Mraz','Wrigley Field','Chicago, IL','Friday','9/17/2010','7:00 PM','1406180','Dave-Matthews-Band---Jason-Mraz-9-17-2010'], ['Dave Matthews Band & Jason Mraz','Wrigley Field','Chicago, IL','Saturday','9/18/2010','7:00 PM','1406181','Dave-Matthews-Band---Jason-Mraz-9-18-2010']]);